func crypto/tls.needFIPS
7 uses
crypto/tls (current package)
auth.go#L245: if needFIPS() && !isSupportedSignatureAlgorithm(preferredAlg, fipsSupportedSignatureAlgorithms) {
common.go#L1010: if needFIPS() {
common.go#L1034: if needFIPS() && (v < fipsMinVersion(c) || v > fipsMaxVersion(c)) {
common.go#L1077: if needFIPS() {
handshake_client_tls13.go#L44: if needFIPS() {
handshake_server_tls13.go#L48: if needFIPS() {
notboring.go#L9: func needFIPS() bool { return false }
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |